home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / formre1r / readme.txt < prev   
Text File  |  1999-08-19  |  1KB  |  28 lines

  1. OLE Registration Applet
  2. -----------------------------------------------------------
  3. Version 1.0 - 19 August 1999
  4.  
  5. I wrote this little applet because I was sick and tired of having to go to the
  6. command line everytime I needed to register or unregister a COM component I 
  7. was building or working with.
  8.  
  9. This applet registers COM DLL's and EXE's
  10.  
  11. The vast majority of the code for this applet was developed by 
  12. Vasudevan S(vasudev71@hotmail.com). I located his COM registration code at 
  13. CodeGuru.com (http://www.codeguru.com/vb/articles/1771.shtml). All I did was 
  14. wrap it in a function package.
  15.  
  16. NOTES:
  17. 1. The accompanying EXE must be located somewhere in your path. By default, it 
  18. will install to your OS path (example - C:\winnt or C:\windows). If you choose 
  19. to move it from this location, you must update the registry settings to point 
  20. to the correct location.
  21. 2. Use at your own risk. This should go without saying, but here it is anyway.
  22. 3. I haven't been able to figure out how to add my menus to OCX files. If you 
  23. have any info on how to make that work without thrashing someones machine in the 
  24. process, I would be greatful for the sharing of knowledge.
  25.  
  26. Please direct all comments, complaints...etc to steven@xagent.com
  27.  
  28. Enjoy